home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir27 / grphca22.zip / EXAMPLES.ZIP / LOCATE.PLT < prev    next >
Text File  |  1993-02-03  |  355b  |  18 lines

  1. [ locate.plt -- shows how to use the 'location map/default' command
  2.  
  3. echo
  4. paper size 11 by 8.5
  5. map x 0 100 y 0 100
  6.  
  7. location map
  8. # if user hasn't mapped the subplot area yet, use the default mapping
  9.  
  10. legend left at 20 30
  11. 'left legend'
  12. 'text and symbol' symbol 1
  13. end
  14.  
  15. arrow from 40 40 to 60 60
  16.  
  17. label angle 20 at 70 70 'mapped location!'
  18.